xen/arm: Move out of processor.h traps related variable/function
authorJulien Grall <julien.grall@arm.com>
Wed, 31 Oct 2018 18:13:03 +0000 (18:13 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 9 Nov 2018 18:14:34 +0000 (10:14 -0800)
commitfcb5b9f6c3c8861fcdd850a198fbd285206e64e4
treefb57e0367c712cba47e3aca27a9b04219a5e1003
parenteca541998661ae698471a74881e7068e2ee36046
xen/arm: Move out of processor.h traps related variable/function

do_unexpected_traps() is moved to traps.h while init_traps() and
hyp_traps_vectors() are moved to setup.h.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/processor.h
xen/include/asm-arm/setup.h
xen/include/asm-arm/traps.h